1 namespace WarehouseManagementSystem
2 {
3     
partial class frmLogin
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.btnCancel = new System.Windows.Forms.Button();
35             
this.btnOK = new System.Windows.Forms.Button();
36             
this.txtPassword = new System.Windows.Forms.TextBox();
37             
this.txtUserName = new System.Windows.Forms.TextBox();
38             
this.PasswordLabel = new System.Windows.Forms.Label();
39             
this.UsernameLabel = new System.Windows.Forms.Label();
40             
this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
41             
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
42             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
43             
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
44             
this.txtUserType = new System.Windows.Forms.TextBox();
45             
this.groupBox1.SuspendLayout();
46             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
47             
this.SuspendLayout();
48             
//
49             
// label1
50             
//
51             
this.label1.AutoSize = true;
52             
this.label1.BackColor = System.Drawing.Color.Transparent;
53             
this.label1.Font = new System.Drawing.Font("Palatino Linotype", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
54             
this.label1.ForeColor = System.Drawing.Color.White;
55             
this.label1.Location = new System.Drawing.Point(43, 80);
56             
this.label1.Name = "label1";
57             
this.label1.Size = new System.Drawing.Size(89, 37);
58             
this.label1.TabIndex = 57;
59             
this.label1.Text = "Login";
60             
//
61             
// groupBox1
62             
//
63             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
64             
this.groupBox1.Controls.Add(this.btnCancel);
65             
this.groupBox1.Controls.Add(this.btnOK);
66             
this.groupBox1.Controls.Add(this.txtPassword);
67             
this.groupBox1.Controls.Add(this.txtUserName);
68             
this.groupBox1.Controls.Add(this.PasswordLabel);
69             
this.groupBox1.Controls.Add(this.UsernameLabel);
70             
this.groupBox1.Location = new System.Drawing.Point(50, 132);
71             
this.groupBox1.Name = "groupBox1";
72             
this.groupBox1.Size = new System.Drawing.Size(441, 219);
73             
this.groupBox1.TabIndex = 0;
74             
this.groupBox1.TabStop = false;
75             
//
76             
// btnCancel
77             
//
78             
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
79             
this.btnCancel.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
80             
this.btnCancel.Location = new System.Drawing.Point(282, 140);
81             
this.btnCancel.Name = "btnCancel";
82             
this.btnCancel.Size = new System.Drawing.Size(87, 31);
83             
this.btnCancel.TabIndex = 4;
84             
this.btnCancel.Text = "&Cancel";
85             
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
86             
//
87             
// btnOK
88             
//
89             
this.btnOK.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.btnOK.Location = new System.Drawing.Point(166, 140);
91             
this.btnOK.Name = "btnOK";
92             
this.btnOK.Size = new System.Drawing.Size(91, 31);
93             
this.btnOK.TabIndex = 3;
94             
this.btnOK.Text = "&OK";
95             
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
96             
//
97             
// txtPassword
98             
//
99             
this.txtPassword.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
100             
this.txtPassword.Location = new System.Drawing.Point(166, 89);
101             
this.txtPassword.Name = "txtPassword";
102             
this.txtPassword.PasswordChar = '*';
103             
this.txtPassword.Size = new System.Drawing.Size(241, 25);
104             
this.txtPassword.TabIndex = 2;
105             
//
106             
// txtUserName
107             
//
108             
this.txtUserName.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
109             
this.txtUserName.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.txtUserName.Location = new System.Drawing.Point(166, 45);
111             
this.txtUserName.Name = "txtUserName";
112             
this.txtUserName.Size = new System.Drawing.Size(241, 25);
113             
this.txtUserName.TabIndex = 1;
114             
//
115             
// PasswordLabel
116             
//
117             
this.PasswordLabel.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.PasswordLabel.ForeColor = System.Drawing.Color.White;
119             
this.PasswordLabel.Location = new System.Drawing.Point(29, 91);
120             
this.PasswordLabel.Name = "PasswordLabel";
121             
this.PasswordLabel.Size = new System.Drawing.Size(105, 23);
122             
this.PasswordLabel.TabIndex = 22;
123             
this.PasswordLabel.Text = "&Password";
124             
this.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
125             
//
126             
// UsernameLabel
127             
//
128             
this.UsernameLabel.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.UsernameLabel.ForeColor = System.Drawing.Color.White;
130             
this.UsernameLabel.Location = new System.Drawing.Point(29, 45);
131             
this.UsernameLabel.Name = "UsernameLabel";
132             
this.UsernameLabel.Size = new System.Drawing.Size(115, 23);
133             
this.UsernameLabel.TabIndex = 21;
134             
this.UsernameLabel.Text = "&User Name";
135             
this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
136             
//
137             
// ProgressBar1
138             
//
139             
this.ProgressBar1.Location = new System.Drawing.Point(-2, 438);
140             
this.ProgressBar1.Name = "ProgressBar1";
141             
this.ProgressBar1.Size = new System.Drawing.Size(547, 5);
142             
this.ProgressBar1.TabIndex = 59;
143             
this.ProgressBar1.Visible = false;
144             
//
145             
// linkLabel1
146             
//
147             
this.linkLabel1.AutoSize = true;
148             
this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
149             
this.linkLabel1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             
this.linkLabel1.LinkColor = System.Drawing.Color.White;
151             
this.linkLabel1.Location = new System.Drawing.Point(46, 374);
152             
this.linkLabel1.Name = "linkLabel1";
153             
this.linkLabel1.Size = new System.Drawing.Size(117, 18);
154             
this.linkLabel1.TabIndex = 1;
155             
this.linkLabel1.TabStop = true;
156             
this.linkLabel1.Text = "Change Password";
157             
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
158             
//
159             
// pictureBox1
160             
//
161             
this.pictureBox1.BackgroundImage = global::WarehouseManagementSystem.Properties.Resources.top_image;
162             
this.pictureBox1.Location = new System.Drawing.Point(-2, -2);
163             
this.pictureBox1.Name = "pictureBox1";
164             
this.pictureBox1.Size = new System.Drawing.Size(547, 43);
165             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
166             
this.pictureBox1.TabIndex = 56;
167             
this.pictureBox1.TabStop = false;
168             
//
169             
// linkLabel2
170             
//
171             
this.linkLabel2.AutoSize = true;
172             
this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
173             
this.linkLabel2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174             
this.linkLabel2.LinkColor = System.Drawing.Color.White;
175             
this.linkLabel2.Location = new System.Drawing.Point(180, 374);
176             
this.linkLabel2.Name = "linkLabel2";
177             
this.linkLabel2.Size = new System.Drawing.Size(144, 18);
178             
this.linkLabel2.TabIndex = 60;
179             
this.linkLabel2.TabStop = true;
180             
this.linkLabel2.Text = "Customer Registration";
181             
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
182             
//
183             
// txtUserType
184             
//
185             
this.txtUserType.Location = new System.Drawing.Point(237, 48);
186             
this.txtUserType.Name = "txtUserType";
187             
this.txtUserType.Size = new System.Drawing.Size(100, 20);
188             
this.txtUserType.TabIndex = 61;
189             
this.txtUserType.Visible = false;
190             
//
191             
// frmLogin
192             
//
193             
this.AcceptButton = this.btnOK;
194             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
195             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
196             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
197             
this.BackgroundImage = global::WarehouseManagementSystem.Properties.Resources._2;
198             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
199             
this.ClientSize = new System.Drawing.Size(542, 443);
200             
this.Controls.Add(this.txtUserType);
201             
this.Controls.Add(this.linkLabel2);
202             
this.Controls.Add(this.ProgressBar1);
203             
this.Controls.Add(this.linkLabel1);
204             
this.Controls.Add(this.groupBox1);
205             
this.Controls.Add(this.label1);
206             
this.Controls.Add(this.pictureBox1);
207             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
208             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
209             
this.MaximizeBox = false;
210             
this.MinimizeBox = false;
211             
this.Name = "frmLogin";
212             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
213             
this.Text = "Login Form";
214             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
215             
this.Load += new System.EventHandler(this.Form1_Load);
216             
this.groupBox1.ResumeLayout(false);
217             
this.groupBox1.PerformLayout();
218             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
219             
this.ResumeLayout(false);
220             
this.PerformLayout();
221
222         }
223
224         
#endregion
225
226         
private System.Windows.Forms.Label label1;
227         
private System.Windows.Forms.GroupBox groupBox1;
228         
internal System.Windows.Forms.TextBox txtPassword;
229         
internal System.Windows.Forms.TextBox txtUserName;
230         
internal System.Windows.Forms.Label PasswordLabel;
231         
internal System.Windows.Forms.Label UsernameLabel;
232         
internal System.Windows.Forms.Button btnCancel;
233         
internal System.Windows.Forms.Button btnOK;
234         
internal System.Windows.Forms.ProgressBar ProgressBar1;
235         
private System.Windows.Forms.LinkLabel linkLabel1;
236         
private System.Windows.Forms.PictureBox pictureBox1;
237         
private System.Windows.Forms.LinkLabel linkLabel2;
238         
private System.Windows.Forms.TextBox txtUserType;
239     }
240 }


Gõ tìm kiếm nhanh...